home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 August: Tool Chest
/
Dev.CD Aug 00 TC Disk 1.toast
/
pc
/
sample code
/
graphics 2d
/
anima
/
spritemgr.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-23
|
179 b
|
17 lines
STRING ASIS
INCLUDE 'SysEqu.a'
VTASK PROC EXPORT
move.w #1,10(a0) ; reset vblCount
move.w #1,14(a0) ; set our global marker
rts ; return to OS
ENDP
END